plus Assign
inline operator fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.plusAssign(value: ChannelProtos.Channel)
The channels our node knows about
Content copied to clipboard
repeated .meshtastic.Channel channels = 1;
Parameters
value
The channels to add.
inline operator fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.plusAssign(values: Iterable<ChannelProtos.Channel>)
The channels our node knows about
Content copied to clipboard
repeated .meshtastic.Channel channels = 1;
Parameters
values
The channels to add.